{% extends "base.html" %} {% block head %} {{ super() }} {% endblock head %} {% block body_class %}index{% endblock %} {% block body %} {{ super() }}

{{ SITENAME }}

{% for p in pages %} {% if p.title == "definition" %} {{ p.content }} {% endif %} {% endfor %}
{% for p in pages %} {% if p.title == "about" %} {{ p.content }} {% endif %} {% endfor %}
{% for p in pages %} {% if p.title == "pathways" %} {{ p.content }} {% endif %} {% endfor %}
{% endblock body %}